home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 1 / LIGHT-ROM 1 (Amiga Library Services)(1994).iso / ffdisks / d982.lha / HWGRCS / HWGpatchP1_2_1.lha / patch-2.1 / readme.first
Text File  |  1994-01-26  |  5KB  |  128 lines

  1.  
  2. This is my port of the GNU patch-2.1 to the Amiga. It is done
  3. with SAS/C 6.3.
  4.  
  5. Patch 1: Recompile with SAS/C 6.51 and my updated hwgunix.lib.
  6.  
  7. /*------------------------------------------------------------------------*/
  8. A little Q&A game:
  9.  
  10.     Q:  Why did you do it?
  11.     A:  This port was done to support HWGRCS. Somebody complained that
  12.         there wasn't a suitable patch command for HWGRCS and that the diff
  13.         was obsolete. So I ported this SW and included the executable
  14.         starting with HWGRCS Patch 6. In my understanding of the GPL I have
  15.         to make the source available though. I chose to do a separate
  16.         package. This is it. It is a HWGRCS side effect.
  17.  
  18.     Q:  Why is it called HWGPATCH2_1.LHA?
  19.     A:  While it is GNU SW, I use the HWG prefix to show that I ported it,
  20.         that I get glory and flames for doing this. I also try to show that
  21.         I am willing to support my port (within reason) and that nobody
  22.         else fiddled with the GNU sources other than I. It does _not_ mean
  23.         that I claim creation of these nice tools.
  24.  
  25.         If you want to build upon my port and release it further, DON'T USE
  26.         THE HWG#? NAME! This is mine, all mine and I will be very annoyed
  27.         if somebody uses the HWG abbreviation!
  28.  
  29.     Q:  Why did you use SAS/C? Why not gcc?
  30.     A:  I have SAS/C and I know it. To get to know a compiler, its problems
  31.         and quirks takes quite some time. I feel that I know SAS/C very
  32.         well and I feel extremely comfortable using it. In fact I like it
  33.         better than using (platform independent) either Aztec, Microsoft,
  34.         Symantec/Zortech or Borland. I also feel comfortable using SW that
  35.         I compiled with SAS/C. I do not know gcc, I have currently no
  36.         intention to try it out further, and I don't like the ixemul
  37.         concept too much. I would not at all feel comfortable to release
  38.         any SW that I did with a compiler I don't know. Be it gcc or
  39.         whatever else. And I sure wouldn't use my "HWG" signature on such
  40.         SW.
  41.  
  42.     Q:  Does this port work?
  43.     A:  Good question. I can't tell. It seems to be ok here, but it might
  44.         be a total failure on your machine. ;^)
  45.         I can't promise that it works (NO WARRANTY AT ALL, READ THE GPL
  46.         "NO WARRANTY" PARAGRAPHS!), but I sure hope it does.
  47.         This port has been tested only by me, so you might stumble over
  48.         quite a few bugs. Please read the next Q&A.
  49.  
  50.     Q:  What about bugs and bug fixes?
  51.     A:  Report any bugs to me not to the address mentioned in the GNU docs.
  52.         The original authors don't know about this port and if it is not a
  53.         bug/problem in my porting work, I'll forward it.
  54.  
  55.         If you have any problems using my port, please don't throw the SW
  56.         away at once. Send me a short bug report including your full
  57.         configuration including non C= tools you run, some full example I
  58.         can try, and I'll try to fix the problem.
  59.  
  60.     Q:  Is this free SW?
  61.     A:  Yup, the SW is free according to the GPL. If you want continuing
  62.         support, you should consider the support work giftware, though. I
  63.         am willing to do support and maintenance work, but IMHO there
  64.         should be some motivation for me to do so.
  65.         Books/SW/Money/HD's/A9000's/anything accepted. :-)
  66.  
  67.     Q:  What computer do you use?
  68.     A:  My current working setup at the time of writing is:
  69.  
  70.         A3000/25/HD52+240/2MB/8MB, Edotronik IEEE-488, Edotronik PARIO
  71.         A2024, Apple PowerCD
  72.  
  73.         KS40.55/WB40.29
  74.         [At the time of writing this is beta SW. As C= developer I may use
  75.         it. Using or spreading _any_ beta SW if not officially authorized
  76.         by the creator is pirating and will in general not only hurt the
  77.         creator but the whole Amiga community. I will not support this and
  78.         I will not help on support questions that let me believe pirated SW
  79.         is used. The Amiga world is suffering enough. Period.]
  80.  
  81.         Non C= based SW regularly used:
  82.  
  83.             - SAS/C 6.3, Comeau C++
  84.             - Except for groff, GNU tools that I compiled with SAS/C.
  85.             - I have reqtools installed and a DUUCP setup running.
  86.  
  87.     Q:  What is hwgunix.lib?
  88.     A:  Just a link library done with SAS/C that fixes some SAS/C 6.3 bugs
  89.         and emulates some Unix quirks and functions. Details only on demand
  90.         as it is IMHO not of common interest.
  91.  
  92. /*------------------------------------------------------------------------*/
  93.  
  94. Installation
  95. ============
  96.  
  97.     Pretty easy. Just use the patch and ked executables in the bin
  98.     directory. They have to be in the path. You'll find more on ked on some
  99.     old Fish disk. I think it was included with the old Fish RCS. I threw
  100.     it into this package because patch relies on some Unix compatible ed
  101.     being available. Haven't tested it, though. Tell me about any problems.
  102.  
  103.  
  104.  
  105. /*------------------------------------------------------------------------*/
  106.  
  107. Please report bugs, enhancement request etc. concerning this package to me:
  108.  
  109.     Heinz Wrobel
  110.     Karlstr. 16
  111.     82131 Gauting
  112.     Germany
  113.  
  114.     FAX + 49 89 850 5125 (I don't like phone calls :-)
  115.  
  116.     heinz@hwg.muc.de
  117.     heinz@edohwg.adsp.sub.org
  118.  
  119.  
  120. Please note that I'm not related to C=!
  121.  
  122. Well, have fun with it.
  123.  
  124.  
  125. Heinz Wrobel
  126. /*------------------------------------------------------------------------*/
  127.  
  128.